j3deditor.bin.util
Interface CancellableTask

All Known Implementing Classes:
NormalCalculator

public interface CancellableTask

An object which execution can be cancelled.

Author:
Risto Seene

Method Summary
 void cancel(java.lang.Object sender)
          Cancels the execution of this task.
 

Method Detail

cancel

void cancel(java.lang.Object sender)
Cancels the execution of this task.

Parameters:
sender - object that sent the cancel request